'Declaration Public Overloads Function Decode( _
ByVal dataByte array that contains Photoshop resources data.() As Byte, _
ByVal offsetThe starting index in the byte array at which to begin reading data.As System.Int32 _
) As PhotoshopResource[]
public PhotoshopResource[] Decode(
byte[] data,
System.Int32 offset
)
public: PhotoshopResource*[] Decode(
byte[]* data,
System.Int32 offset
)
public:
PhotoshopResource^[] Decode(
array<byte>^ data,
System.Int32 offset
)
Parameters
- data
- Byte array that contains Photoshop resources data.
- offset
- The starting index in the byte array at which to begin reading data.
Return Value
An array of PhotoshopResource objects.